home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 1996 May / cd joy 71No13.iso / pc / demos / eurosoc / source / animlink.h < prev    next >
Text File  |  1995-08-07  |  952b  |  39 lines

  1. #ifndef _ANIMLINK_H_INCLUDED
  2. /*
  3.  …ÕÕÕÕÕÕÕÕÕÕÕÕª
  4.  ∫ AUTOHEADER ∫
  5.  ÃÕÕÕÕÕÕÕÕÕÕÕÕ ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕª
  6.  ∫ Filename     ANIMLINK.H       ∫
  7.  «ƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒ∂
  8.  ∫ Creation     7/8/1995         ∫
  9.  ÃÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕπ
  10.  ∫                               ∫
  11.  ∫ Updated: Mon 7/8/1995 16:27   ∫
  12.  ∫                               ∫
  13.  ∫ Version: 1.009                ∫
  14.  ∫                               ∫
  15.  »ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕº
  16. */
  17. #include "playdam.h"
  18. #include "playcall.h"
  19.  
  20. /* link function for playdam...
  21. ****************************************
  22. playanim {
  23.              _PlayAnimBlock pab;
  24.  
  25.              if (! InitAnim    ( InitAnimPlay( pab ) ))
  26.                 {
  27.                 StartAnim( pab );
  28.                  CloseAnim( pab );
  29.                 RestoreAnimPlay( pab )
  30.               }
  31. ****************************************
  32. */
  33.  
  34. _PlayAnimBlock * InitAnimPlay (_PlayAnimBlock *);
  35. void RestoreAnimPlay (_PlayAnimBlock *);
  36.  
  37. #define _ANIMLINK_H_INCLUDED
  38. #endif
  39.